@charset "utf-8";
html, body, div, span, applet, object, iframe, caption, em, img, h1, h2, h3, h4, h5, h6, p, a, address, cite, dl, dt, dd, ol, ul, li, fieldset, form, label {
  padding: 0;
  margin: 0;
  border: 0
}
body {
  color: #333;
  font-size: 12px;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
  line-height: 20px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
/*通用样式*/
ul li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #f97a00;
  text-decoration: none;
}
.clear0 {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  width: 100%
}
.clear10 {
  clear: both;
  height: 10px;
  font-size: 0px;
  line-height: 0px;
  width: 100%
}
.clear5 {
  clear: both;
  height: 5px;
  font-size: 0px;
  line-height: 0px;
  width: 100%
}
.clear {
  clear: both
}
.padd10 {
  padding-top: 10px;
}
.mar10 {
  margin-top: 10px;
}
.block {
  display: block
}
.left {
  float: left;
}
.right {
  float: right;
}
.color1 {
  color: #F00
}
.fo14 {
  font-size: 14px
}
.center {
  text-align: center
}
.yahei {
  font-family: Microsoft YaHei;
}
.bgfff {
  background: #fff
}
h3 {
  font-size: 14px;
  font-weight: normal
}
em {
  font-style: normal
}
.hidd {
  overflow: hidden
}
.radius {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.fontshrink {
  -webkit-text-size-adjust: none;
  -webkit-transform: scale(0.9);
  -o-transform: scale(1);
  display: inline-block
}
.s-title {
  bottom: 0px;
  color: #fff;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  width: 100%;
  z-index: 5
}
.v-all-bg {
  background-color: #000;
  opacity: .6;
  z-index: 1;
  bottom: 0px;
  color: #fff;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  width: 100%
}
.img_fd {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}
.img_fd:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.img_alpha:hover img {
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
li .pic {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
li .pic img {
  max-width: 100%;
  max-height: 100%;
}
/*头部*/
.w980 {
  width: 1050px;
  margin: 0px auto;
}
.head {
  background: #022234;
  min-width: 1050px;
  position: relative;
  height: 95px;
}
.head .logo {
  float: left;
  width: 730px;
  height: 95px;
  color: #0263CC;
}
.head .logo span {
  float: left;
  margin-top: 37px;
  color: #ccc;
  padding-left: 15px;
}
.head .logo img {
  float: left
}
.head .top_r {
  float: right;
  width: 260px;
  margin: 16px
}
.head .top_r_l {
  float: left;
  width: 80px;
  margin-top: 20px;
}
.head .top_r_l a {
  padding: 0 5px;
}
.head .top_r .tel {
  font-size: 12px;
  text-align: center;
  width: 160px;
  color: #0379D1;
  float: left;
  padding-top: 13px;
  border-left: 1px solid #033D56;
  padding-left: 15px;
}
.head .top_r .tel span {
  color: #FF6501;
  font-size: 20px;
  font-weight: bold;
  display: block
}
.indexdh {
  height: 50px;
  background: url(../img/nav.png);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8888;
}
.navBar {
  margin: 0px auto;
  width: 1050px;
}
.nav {
  font-family: "Microsoft YaHei", SimSun, SimHei;
  height: 50px;
  width: 820px;
  float: left
}
.nav h3 {
  font-size: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 50px;
}
.nav .m {
  position: relative;
  float: left;
  width: 100px;
  text-align: center;
}
.nav h3 a {
  display: block;
  height: 50px;
  color: #fff;
}
.indexdh .sub {
  display: none;
  left: 1px;
  line-height: 30px;
  padding: 0;
  border-bottom: 3px solid #FE6603;
  position: absolute;
  top: 50px;
  width: 100px;
}
.indexdh .sub li {
  background: url(../img/nav.png);
  text-align: center;
}
.indexdh .sub li a {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 13px;
}
.indexdh .sub li a:hover {
  background: url(../img/level.png);
  color: #fff;
}
.indexdh .dh_dw {
  position: relative;
}
.indexdh .dh_sub {
  display: none;
  position: absolute;
  left: 100px;
  top: 0;
  width: 180px;
  background: url(../img/nav.png);
}
.indexdh .dh_sub dl a {
  text-align: center
}
.search {
  width: 183px;
  height: 23px;
  background: url(../img/sar.png) no-repeat;
  float: left;
  margin-top: 14px;
  margin-left: 20px;
}
.search .stxt {
  width: 145px;
  height: 23px;
  border: none;
  background: none;
  float: left;
  padding-left: 11px;
  color: #f2f2f2;
}
.search .sbut {
  width: 16px;
  height: 16px;
  border: none;
  background: url(../img/sarb.png) no-repeat;
  cursor: pointer;
  margin-top: 3px;
  float: left;
}
.banner {
  position: relative;
  clear: both;
  background: #022234;
  min-width: 1050px;
  z-index: 6666;
}
.wximg {
  display: none;
  position: absolute;
  z-index: 9999;
}
.focusBox {
  position: relative;
  height: 570px;
  overflow: hidden;
}
.focusBox .pic {
  position: relative;
  z-index: 0;
}
.focusBox .pic ul {
  width: 100% !important
}
.focusBox .pic ul li {
  width: 100% !important;
  height: 570px;
  display: block;
}
.focusBox .pic ul li a {
  width: 100% !important;
  height: 570px;
  display: block;
}
.focusBox .hd {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.focusBox .hd li {
  margin: 0 5px;
  background: #DBDBDB;
  height: 15px;
  overflow: hidden;
  width: 15px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.focusBox .hd .on {
  background: #F02F2B;
}
.focusBox .prev, .focusBox .next {
  width: 35px;
  height: 64px;
  margin: -60px 0 0;
  display: none;
  background: url(../img/bann_05.png) no-repeat 0 0;
  position: absolute;
  top: 55%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.focusBox .prev {
  left: 5%;
}
.focusBox .next {
  background: url(../img/bann_07.png) no-repeat;
  right: 5%;
}
.focusBox .prev:hover, .focusBox .next:hover {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.about {
  overflow: hidden;
  width: 100%;
  height: 515px;
  background: url(../img/about_bg.jpg) no-repeat center top;
  min-width: 1050px;
}
.about h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-top: 60px;
  padding-bottom: 15px;
  background: url(../img/about.png) no-repeat center bottom;
  margin-bottom: 50px;
}
.about .abox {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.about .abox img {
  display: block;
  float: left;
  border: 5px solid #fff;
}
.about .awen {
  overflow: hidden;
  float: right;
  width: 500px;
}
.about .awen p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: justify;
  overflow: hidden;
  margin-bottom: 30px;
}
.about .awen .btn {
  overflow: hidden
}
.about .awen .btn a {
  float: left;
  margin-right: 14px;
  text-decoration: none;
  display: block;
  width: 105px;
  height: 80px;
  border: 2px solid #fff;
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=60);
  text-align: center;
  font-size: 16px;
  color: #333;
  border-radius: 5px;
}
.about .awen .btn em {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.about .awen .btn .em01 {
  background: url(../img/about01.png) no-repeat center top;
}
.about .awen .btn .em02 {
  background: url(../img/about02.png) no-repeat center top;
}
.about .awen .btn .em03 {
  background: url(../img/about03.png) no-repeat center top;
}
.about .awen .btn .em04 {
  background: url(../img/about04.png) no-repeat center top;
}
.about .awen .btn a:hover em {
  background-position: bottom
}
.about .awen .btn a:hover {
  border-color: #f07f1b;
  background-color: #f07f1b;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff
}
.news {
  width: 100%;
  overflow: hidden;
}
.news .container {
  overflow: hidden;
}
.leftnews {
  width: 662px;
  float: left;
  border: 1px solid #f4f4f4;
  height: 425px;
}
.leftnews .menu {
  overflow: hidden;
  height: 49px;
}
.leftnews .menu li {
  float: left;
  width: 331px;
  height: 49px;
  line-height: 49px;
  background: #efefef;
}
.leftnews .menu li a {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  padding-left: 28px;
  display: block;
}
.leftnews .menu li span {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.leftnews .menu li.on a {
  font-weight: bold;
  color: #fff;
}
.leftnews .menu li.on {
  background: #3c67c7;
}
.leftnews .menu li.on span {
  color: #fff;
}
.leftnews .newsbox {
  overflow: hidden;
  padding: 0 25px;
}
.leftnews .newslist {
  overflow: hidden;
}
.leftnews .newslist dl {
  overflow: hidden;
  margin-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #efefef;
}
.leftnews .newslist dt {
  float: left;
  width: 210px;
}
.leftnews .newslist dd {
  width: 376px;
  float: left;
  margin-left: 22px;
}
.leftnews .newslist dd h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 8px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.leftnews .newslist dd h3 a {
  color: #315dc3;
  font-size: 16px;
}
.leftnews .newslist dd p {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  height: 54px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.leftnews .newslist dd .detail {
  font-size: 12px;
  color: #315dc3;
}
.leftnews .newslist ul {
  width: 100%;
  overflow: hidden;
  padding-top: 16px;
}
.leftnews .newslist li {
  width: 294px;
  float: left;
  overflow: hidden;
  margin-bottom: 12px;
  margin-right: 12px;
}
.leftnews .newslist li p {
  overflow: hidden;
  margin-bottom: 12px;
}
.leftnews .newslist li a {
  background: url(../img/news-icon01.png) no-repeat left center;
  font-size: 14px;
  color: #666666;
  padding-left: 14px;
  width: 265px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.leftnews .newslist li a:hover {
  color: #F60;
}
.leftnews .newslist li span {
  display: block;
  font-size: 14px;
  color: #666;
  float: right;
  width: 40px;
}
/*.leftnews .newslist li:first-child{margin-right: 24px;}*/
.rightnews {
  width: 321px;
  height: 425px;
  border: 1px solid #f4f4f4;
  float: right;
  padding: 0 16px;
}
.rightnews .top {
  height: 21px;
  padding-top: 18px;
}
.rightnews .top h3 {
  height: 19px;
  padding-left: 16px;
  border-left: 7px solid #3763c5;
}
.rightnews .top h3 {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.rightnews .top span {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.rightnews .wenda {
  padding-top: 20px;
}
.rightnews .wenda li {
  height: 102px;
  border-bottom: 1px dotted #efefef;
  padding-top: 22px;
}
.rightnews .wenda li .Q {
  font-size: 14px;
  font-weight: bold;
  background: url(../img/a_r15_c24_s1.png) no-repeat left center;
  padding-left: 32px;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rightnews .wenda li .Q a {
  color: #333;
}
.rightnews .wenda li .A {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  background: url(../img/a_r17_c24_s1.png) no-repeat left 2px;
  padding-left: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product {
  overflow: hidden;
}
.product li img {
  display: block
}
.product .nr {
  width: 1050px;
  overflow: hidden;
  margin-top: 10px;
  clear: both
}
.product ul {
  width: 105%;
}
.product li {
  float: left;
  padding-right: 17px;
  width: 249px;
}
.product li a {
  display: block;
  overflow: hidden;
}
.product li .t1 {
  font-size: 14px;
}
.product li .pic {
  height: auto;
  overflow: hidden;
  padding: 1px;
  border: 1px solid #E9E9E9
}
.product li .d_bg {
  background: url(../img/a_60.jpg) no-repeat;
  height: 10px;
}
.tybt {
  border-bottom: 1px solid #E5E5E5;
  height: 45px;
}
.tybt h3 {
  color: #000;
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  float: left;
  width: 100px;
  display: block;
}
.tybt h3 span {
  background: url(../img/a_r21_c11_s1.png) no-repeat;
  width: 18px;
  height: 22px;
  margin-top: 15px;
  float: right
}
.tybt .more {
  float: right;
  background: #0195DB;
  margin-top: 15px;
  padding: 0 5px;
  color: #fff;
}
.tybt .more:hover {
  background: #f97a00;
  color: #fff
}
.top .more {
  float: right;
  background: #0195DB;
  margin-top: 0;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
}
.top .more:hover {
  background: #f97a00;
  color: #fff
}
.ly {
  width: 100%;
  background: url(../img/lybg.jpg) no-repeat center;
  height: 349px;
}
.ly .container {
  position: relative;
}
.ly .txt {
  width: 619px; /* float: left;padding-top: 80px;margin-left: 31px; */ position: absolute;
  top: 80px;
  left: 31px;
  line-height: 40px;
}
.ly .txt .p1 {
  font-size: 28px;
  color: #333333;
}
.ly .txt .p1 span {
  color: #3763c5;
  font-weight: bold;
}
.ly .txt .p3 {
  font-size: 39px;
  color: #3763c5;
}
.ly .txt .p2 {
  width: 469px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  background: #3763c5;
  font-size: 38px;
  text-indent: 4px;
  margin-top: 8px;
}
.ly .txt .p4 {
  font-size: 35px;
  color: #333333;
  line-height: 45px;
  margin-top: 14px;
}
.ly .txt .p4 span {
  font-family: ;
  color: #3763c5;
  font-size: 40px;
  font-weight: bold;
}
.ly .txt i {
  display: block;
  width: 40px;
  height: 3px;
  background: #3763c5;
  margin-top: 26px;
}
.lyCon {
  width: 283px;
  height: 331px;
  background: #3763c5;
  padding: 30px 21px 0 21px; /* float: right ; */ position: absolute;
  top: -12px;
  border-radius: 2px 2px 0 0;
  right: 0;
}
.lyCon p {
  color: #fff;
}
.lyCon .p1 {
  font-size: 18px;
  font-weight: bold;
}
.lyCon .p2 {
  font-size: 18px;
  font-family: impact;
  text-transform: uppercase;
}
.lyCon .p3 {
  font-weight: bold;
  font-size: 14px;
}
.lyCon i {
  width: 62px;
  height: 1px;
  background: #fff;
  margin: 18px 0 15px 0;
  display: block;
}
.lyCon input {
  width: 271px;
  font-size: 12px;
  color: #666666;
  height: 35px;
  line-height: 35px;
  padding-left: 11px;
  border: none;
  border-radius: 2px;
  margin-bottom: 5px;
  outline: none;
}
.lyCon textarea {
  width: 271px;
  height: 83px;
  padding-left: 11px;
  padding-top: 12px;
  border-radius: 2px;
  border: none;
  outline: none;
  resize: none;
  font-size: 12px;
  color: #666666;
}
.lyCon a {
  display: inline-block;
  width: 107px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 2px;
}
.lyCon a {
  *display: inline;
}
.lyCon a.tj {
  background: #ff9600;
}
.lyCon a.again {
  background: #3d3d3d;
  margin-left: 10px;
}
/* .link */
.link {
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  border-top: 2px solid #3763c5;
}
.link dl {
  overflow: hidden;
  line-height: 36px;
}
.link dt {
  width: 108px;
  float: left;
  font-size: 30px;
  color: #dedede;
  font-family: impact;
}
.link dt a {
  color: #dedede;
  text-decoration: none;
}
.link dd {
  float: left;
  width: 930px;
}
.link dd a {
  font-size: 14px;
  color: #000;
  padding: 6px;
}
.footer {
  background: #26272A;
  color: #fff;
  overflow: hidden;
  min-width: 1050px;
}
.footer .foodh {
  background: #313236;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.footer .foodh a {
  color: #fff;
  padding: 0 10px;
}
.footer .foologo {
  float: left;
  width: 870px;
  padding: 40px 0;
  color: #858585;
  line-height: 25px;
}
.footer .foologo img {
  float: left;
  padding-right: 38px;
}
.footer .weix {
  margin-top: 40px;
  float: right;
  width: 115px;
  text-align: center;
  line-height: 25px;
  color: #858585
}
.copy {
  background: #26272A;
  line-height: 40px;
  color: #858585;
  border-top: 1px solid #313236
}
.copy a {
  color: #858585;
}
/*内页*/
.conl {
  width: 230px;
  overflow: hidden
}
.conl .chann {
  background: url(../img/pro01.png) no-repeat center;
  width: 100%;
  height: 105px;
}
.conl .chann b {
  font-size: 28px;
  color: #fff;
  font-family: Impact;
  display: block;
  padding-left: 25px;
  padding-top: 30px;
  font-weight: normal;
}
.conl .chann span {
  display: block;
  font-size: 16px;
  color: #fff;
  padding-left: 25px;
  padding-top: 5px;
}
.conl .leftdh {
  border: 2px solid #005aa1;
  border-top: none;
  padding: 10px;
  overflow: hidden;
  border-bottom: none
}
.conl .leftdh dl {
  background: #F0F1F1;
  overflow: hidden;
  padding-bottom: 10px;
}
.conl .leftdh dt a {
  display: block;
  width: 190x;
  height: 35px;
  background: url(../img/pro02-1.png) no-repeat 170px center;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #005aa1;
  border-radius: 5px;
  padding-left: 14px;
}
.conl .leftdh dt a:hover {
  color: #fff
}
.conl .leftdh dd {
  overflow: hidden;
  padding-left: 15px;
}
.conl .leftdh dd a {
  float: left;
  width: 75px;
  padding-left: 10px;
  margin-top: 12px;
  background: url(../img/a_r10_c6_s1.png) left center no-repeat;
  font-size: 14px;
}
.conl .phone {
  overflow: hidden;
  padding: 25px 0;
  padding-left: 65px;
  width: 165px;
  background: url(../img/pro_phone.png) no-repeat 15px center;
  background-color: #363636;
}
.conl .phone p {
  font-size: 13px;
  color: #fff;
}
.conl .phone em {
  display: block;
  font-size: 20px;
  color: #fff;
}
.conr {
  width: 800px;
  overflow: hidden
}
.dqwz {
  line-height: 50px;
  background: url(../img/cor.jpg) left center no-repeat;
  padding-left: 15px;
}
.productlist .tab-hd {
  border-bottom: 1px solid #E0E0E0;
  height: 40px;
  margin-bottom: 12px;
}
.productlist .tab-hd h3 {
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  height: 40px;
  line-height: 40px;
  float: left;
  min-width: 120px;
}
.productlist .tab-hd .on {
  background: #005AA1;
  color: #fff
}
.productlist .tab-hd .on span {
  position: absolute;
  left: 45%;
  top: 40px;
  width: 18px;
  height: 12px;
  background: url(../img/a_r4_c20_s1.png)
}
.productlist .tab-hd .more {
  float: right;
  line-height: 50px;
}
.productlist ul li {
  float: left;
  width: 250px;
  padding: 8px;
  margin-top: 20px;
}
.productlist ul li .pic {
  width: 250px;
  height: 180px;
  overflow: hidden
}
.productlist ul li a {
  background: #fff;
  display: block;
}
.productlist ul li a:hover {
  -moz-box x-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
}
.productlist ul li p {
  text-align: center;
  font-size: 14px;
  line-height: 35px;
}
.list {
  padding: 20px 0px;
}
.list li {
  line-height: 40px;
  font-size: 14px;
  padding-left: 18px;
  border-bottom: 1px dashed #B8B7B7;
  background: url(../img/li_s1.png) no-repeat left center;
}
.list li span {
  color: #797979
}
.list b {
  font-weight: normal;
}
.conr .arc {
  padding: 20px 20px;
  overflow: hidden;
}
.conr .arc .title {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  line-height: 35px;
  height: 40px;
}
.conr .arc .bot {
  text-align: center;
  line-height: 30px;
}
.conr .arc .bot span {
  padding: 0 10px;
}
.conr .body {
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
  padding: 10px 0;
}
.conr .body img {
  max-width: 100%;
}
.conr .arc .fenxiang {
  float: right
}
.conr .sxp {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}
/*产品内容页*/
.arc_box {
  padding-top: 20px;
}
.left-pro {
  float: left;
  width: 342px;
}
.left-pro .t2 {
  width: 340px;
  float: left;
  border: 1px solid #E2E2E2
}
.left-pro .t2 img {
  text-indent: 0;
}
#showArea img {
  cursor: pointer;
  width: 58px;
  height: 38px;
}
#main_img {
  cursor: pointer;
}
.main_img {
  width: 100%;
}
#showArea {
  height: 40px;
  padding-left: 25px;
  overflow: hidden;
  position: relative;
}
#showArea ul li {
  float: left;
  width: 60px;
  padding: 0 6px;
}
#showArea ul li a {
  display: block;
  border: 1px solid #E2E2E2;
}
#showArea ul li a:hover {
  border: 1px solid #F00;
  float: left;
}
.picScroll {
  position: relative;
  margin-top: 5px;
  width: 340px;
  float: left;
  overflow: hidden
}
.picScroll .prev, .picScroll .next {
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 18px;
  height: 22px;
  background: url(../img/b_r1_c1_s1.jpg) no-repeat;
}
.picScroll .next {
  left: auto;
  right: 0px;
  background: url(../img/b_r1_c3_s1.jpg) no-repeat;
}
.MagicZoomBigImageCont {
  border: 1px solid #F00;
  overflow: hidden;
}
.MagicZoomBigImageCont img {
  width: 800px;
  height: 800px
}
.MagicZoomBigImageCont iframe {
  width: 340px;
  height: 340px
}
.MagicZoomHeader {
  font: 10px Tahoma, Verdana, Arial, sans-serif;
  color: #fff;
  background: #91b817;
  text-align: center !important
}
.MagicZoomPup {
  border: 1px solid #aaa;
  background: #fff;
  cursor: hand;
  left: 0
}
.MagicZoomLoading {
  text-align: center;
  background: #fff;
  color: #444;
  opacity: 0.8;
  padding: 3px 3px 3px 3px !important;
  display: none
}
.MagicZoomLoading img {
  padding-top: 3px !important
}
.MagicThumb {
  outline: none
}
.MagicThumb-zoomed {
  cursor: default
}
.MagicThumb span {
  display: none
}
.MagicThumb-image {
  border: 1px solid #ccc;
  outline: none
}
.MagicThumb-image-zoomed {
  cursor: url(cursor/zoomout.cur), pointer
}
.MagicThumb-caption {
  color: #333333;
  background-color: #F0F0F0;
  border: 1px solid #CCC;
  border-top: none;
  font-family: Verdana, Helvetica;
  font-size: 11px;
  padding: 8px 16px
}
.MagicThumb-controlbar {
  display: block;
  height: 18px
}
.MagicThumb-controlbar a {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0px 1px;
  outline: none;
  float: left;
  overflow: hidden
}
.MagicThumb-controlbar a span {
  display: block;
  width: 1000px;
  height: 1000px;
  outline: none;
  position: absolute;
  left: 0px;
  top: 0px
}
.MagicThumb-loading {
  border: 1px solid #000;
  background: #fff;
  padding: 2px 2px 2px 22px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  font-size: 8pt;
  font-family: sans-serif;
}
.boxr {
  width: 420px;
  padding-right: 10px;
}
.boxr h1 {
  display: block;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px dashed #D1D1D1;
  color: #F87A00
}
.boxr .t1 {
  line-height: 30px;
  border-bottom: 1px dashed #D1D1D1;
}
.boxr .txt p {
  padding: 15px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.boxr .txt {
  padding-top: 10px;
}
.cpbt {
  border-bottom: 1px solid #B8B7B7;
  height: 33px;
  margin-top: 20px;
}
.cpbt h3 {
  background: url(../img/shb.jpg) no-repeat;
  height: 33px;
  line-height: 33px;
  width: 95px;
  color: #fff;
  text-align: center;
}
.jianj {
  padding-top: 20px;
}
.jianj .bt {
  border-bottom: 1px solid #B8B7B7;
  height: 33px;
  line-height: 32px;
}
.jianj .bt h3 {
  background: url(../img/sha.jpg) no-repeat;
  float: left;
  height: 33px;
  margin-right: 5px;
  line-height: 33px;
  width: 95px;
  text-align: center;
  cursor: pointer
}
.jianj .bt .on {
  background: url(../img/shb.jpg) no-repeat;
  color: #fff;
}
.jianj .miaoshu {
  padding: 10px;
  font-size: 14px;
  line-height: 25px;
}
.jianj .download {
  text-align: center;
  padding: 15px 0
}
.bann_nr {
  height: 450px;
  overflow: hidden
}
.bann_nr .chann {
  margin-top: 413px;
  width: 227px;
  background: url(../img/ab.png);
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  color: #fff
}
.bann_nr .chann span {
  padding-left: 55px;
  padding-right: 10px;
}
.con02 {
  width: 227px;
}
.con02 .leftdh2 {
  border-bottom: 1px solid #E3E6ED;
}
.con02 .leftdh2 li {
  height: 35px;
  line-height: 35px;
}
.con02 .leftdh2 li a {
  display: block;
  height: 35px;
  background: url(../img/ac.jpg);
  padding-left: 55px;
  font-size: 14px;
}
.con02 .leftdh2 li a:hover, .con02 .leftdh2 li a.on {
  background: url(../img/ae.jpg);
  color: #fff
}
.con02 .iphone2 {
  padding: 10px;
  border: 1px solid #E3E6ED
}
.con02 .pic {
  margin-top: 20px;
}
/*分页*/
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0;
  margin-top: 15px;
}
.pagination li {
  padding: 0 5px
}
.pagination li a, .pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  line-height: 38px;
  background: #ececec;
  color: #666
}
.pagination li a:hover {
  background: #666;
  color: #fff;
  border-color: #666
}
.pagination li.active span {
  cursor: default;
  background: #003A5A;
  color: #fff
}
.pagination li.disabled span {
  background: #ddd;
  color: #888;
  cursor: not-allowed
}
.tab-pal {
  height: 100%;
  overflow: hidden;
  width: auto;
}